home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / converte / c_ilbm21.lha / convertiILBM.cd < prev    next >
Encoding:
Text File  |  1994-02-14  |  6.0 KB  |  386 lines

  1. ;
  2. ;
  3. #header CONVERTIILBM_STR
  4. ;
  5. ;
  6. MSG_CI_CODENUMBER (0/0/100)
  7. CI2PRG002
  8. ;
  9. MSG_TITLE (1/0/100)
  10. ConvertiILBM 2.1 by Massimo Tantignone - © 1994 MT Soft
  11. ;
  12. MSG_USAGE (2/0/100)
  13. Usage:
  14. ;
  15. MSG_INPUTFILE (3/0/100)
  16. Input file
  17. ;
  18. MSG_OUTPUTFILE (4/0/100)
  19. Output file
  20. ;
  21. MSG_SHOWIMAGE (5/0/100)
  22. Show the image...
  23. ;
  24. MSG_EXAMFILE (6/0/100)
  25. Examine the file...
  26. ;
  27. MSG_DATAOFILBM (7/0/100)
  28. Significant data from the IFF ILBM file \"%s\":
  29. ;
  30. MSG_PROGRAMMEDBY (8/0/100)
  31. Idea and program by
  32. ;
  33. MSG_ITALY (9/0/100)
  34. ITALY
  35. ;
  36. MSG_PUBLICDOMAINFREELYDISTR1 (10/0/100)
  37. Freely distributable
  38. ;
  39. MSG_PUBLICDOMAINFREELYDISTR2 (11/0/100)
  40. freeware program.
  41. ;
  42. MSG_NOTFORSALE (12/0/100)
  43. Not for sale.
  44. ;
  45. MSG_CONVERTING (13/0/100)
  46. Converting...
  47. ;
  48. MSG_IMAGE (14/0/100)
  49. Image
  50. ;
  51. MSG_SIZE (15/0/100)
  52. Size
  53. ;
  54. MSG_IMAGEDATA (16/0/100)
  55. Data of the image
  56. ;
  57. MSG_NUMBER (17/0/100)
  58. #
  59. ;
  60. MSG_NEEDARRAY (18/0/100)
  61. You need an integer (%%) array of %d elements (0 to %d)
  62. ;
  63. MSG_SUBROUTINEFORCMAP (19/0/100)
  64. Subroutine to change the Colormap
  65. ;
  66. MSG_CHANGECOLORS (20/0/100)
  67. ChangeColors
  68. ;
  69. MSG_WIDTHHEIGHTDEPTH (21/0/100)
  70. Width, height and depth of image %s
  71. ;
  72. MSG_ELEMENTSOFBYTES (22/0/100)
  73. they are %d elements of 2 bytes each
  74. ;
  75. MSG_COLORS (23/0/100)
  76. colors
  77. ;
  78. MSG_ASSOCIATEDSTRUCT (24/0/100)
  79. Associated SimpleSprite structure
  80. ;
  81. MSG_REPORTBASICHEADER (25/0/100)
  82. BASIC header :
  83. ;
  84. MSG_REPORTIMAGEDATA (26/0/100)
  85. Image data   :
  86. ;
  87. MSG_REPORTCOLORMAP (27/0/100)
  88. Colormap     :
  89. ;
  90. MSG_REPORTTOTAL (28/0/100)
  91. Total        :
  92. ;
  93. MSG_WRITINGOUTPUTFILE (29/0/100)
  94. Writing output file \"%s\"...
  95. ;
  96. MSG_DONE (99/0/100)
  97. Operation done
  98. ;
  99. MSG_ERROR (100/0/100)
  100. Error:
  101. ;
  102. MSG_ERR_REQARGMISS (101/0/100)
  103. required argument missing
  104. ;
  105. MSG_ERR_UNKNTOOLTYPE (102/0/100)
  106. unknown tool type
  107. ;
  108. MSG_ERR_LIBRARYNOTFOUND (103/0/100)
  109. can't open %s.library
  110. ;
  111. MSG_ERR_CANTOPENWIN (104/0/100)
  112. can't open the window
  113. ;
  114. MSG_ERR_CANTOPENSCR (105/0/100)
  115. can't open the screen
  116. ;
  117. MSG_ERR_NOFILEIN (106/0/100)
  118. can't open input file \"%s\"
  119. ;
  120. MSG_ERR_IFFLIST (107/0/100)
  121. this program doesn't handle IFF files of type \"LIST\"
  122. ;
  123. MSG_ERR_IFFCAT (108/0/100)
  124. this program doesn't handle IFF files of type \"CAT\"
  125. ;
  126. MSG_ERR_NOIFF (109/0/100)
  127. \"%s\" isn't an IFF file
  128. ;
  129. MSG_ERR_NOILBM (110/0/100)
  130. \"%s\" isn't an ILBM file
  131. ;
  132. MSG_ERR_NOBMHD (111/0/100)
  133. chunk \"BMHD\" not found
  134. ;
  135. MSG_ERR_BMHDEMPTY (112/0/100)
  136. chunk \"BMHD\" is empty
  137. ;
  138. MSG_ERR_READBMHD (113/0/100)
  139. chunk \"BMHD\" is corrupted
  140. ;
  141. MSG_ERR_NOCMAP (114/0/100)
  142. chunk \"CMAP\" not found
  143. ;
  144. MSG_ERR_CMAPEMPTY (115/0/100)
  145. chunk \"CMAP\" is empty
  146. ;
  147. MSG_ERR_READCMAP (116/0/100)
  148. chunk \"CMAP\" is corrupted
  149. ;
  150. MSG_ERR_CAMGEMPTY (117/0/100)
  151. chunk \"CAMG\" is empty
  152. ;
  153. MSG_ERR_READCAMG (118/0/100)
  154. chunk \"CAMG\" is corrupted
  155. ;
  156. MSG_ERR_GRABEMPTY (119/0/100)
  157. chunk \"GRAB\" is empty
  158. ;
  159. MSG_ERR_READGRAB (120/0/100)
  160. chunk \"GRAB\" is corrupted
  161. ;
  162. MSG_ERR_NOBODY (121/0/100)
  163. chunk \"BODY\" not found
  164. ;
  165. MSG_ERR_BODYEMPTY (122/0/100)
  166. chunk \"BODY\" is empty
  167. ;
  168. MSG_ERR_NOMEMBODY (123/0/100)
  169. not enough memory for the data of chunk \"BODY\"
  170. ;
  171. MSG_ERR_READBODY (124/0/100)
  172. chunk \"BODY\" is corrupted
  173. ;
  174. MSG_ERR_NOMEMACBM (125/0/100)
  175. not enough memory for the contiguous bitmap
  176. ;
  177. MSG_ERR_NOMEMILBM (126/0/100)
  178. not enough memory for the interleaved bitmap
  179. ;
  180. MSG_ERR_BUFFINS (127/0/100)
  181. insufficient buffer for the image
  182. ;
  183. MSG_ERR_NOTENOUGHMEMORY (128/0/100)
  184. not enough memory
  185. ;
  186. MSG_ERR_ICONNOTFOUND (129/0/100)
  187. program icon not found
  188. ;
  189. MSG_ERR_FILENOTFORSPRITE (130/0/100)
  190. file \"%s\" isn't suitable for a sprite
  191. ;
  192. MSG_ERR_NOFILEOUT (131/0/100)
  193. can't open output file \"%s\"
  194. ;
  195. MSG_WARNING (200/0/100)
  196. Warning:
  197. ;
  198. MSG_WARN_FILEALREADYNOTCOMPR (201/0/100)
  199. file \"%s\" is already in a not compressed format
  200. ;
  201. ;
  202. MSG_IWB_CODENUMBER (1000/0/100)
  203. CI2IWB002
  204. ;
  205. MSG_INPUTFILE_GAD (1001/0/100)
  206. Input file...
  207. ;
  208. MSG_OUTPUTFILE_GAD (1002/0/100)
  209. Output file...
  210. ;
  211. MSG_CONVERSIONIN_GAD (1003/0/100)
  212. Conversion in
  213. ;
  214. MSG_ACBM_GAD (1004/0/100)
  215. ACBM file
  216. ;
  217. MSG_ILBM_GAD (1005/0/100)
  218. ILBM file
  219. ;
  220. MSG_SOURCE_GAD (1006/0/100)
  221. Source code
  222. ;
  223. MSG_BYTES_GAD (1007/0/100)
  224. Bytes
  225. ;
  226. MSG_SPRITE_GAD (1008/0/100)
  227. Sprite
  228. ;
  229. MSG_ICON_GAD (1009/0/100)
  230. Icon
  231. ;
  232. MSG_VSPRITE_GAD (1010/0/100)
  233. VSprite
  234. ;
  235. MSG_BOB_GAD (1011/0/100)
  236. BOB
  237. ;
  238. MSG_SHOWIMAGE_GAD (1012/0/100)
  239. Show the image
  240. ;
  241. MSG_ADVANCEDOPTS_GAD (1013/0/100)
  242. Advanced options...
  243. ;
  244. MSG_EXAMFILE_GAD (1014/0/100)
  245. Examine file...
  246. ;
  247. MSG_CONVERT_GAD (1015/0/100)
  248. Convert
  249. ;
  250. MSG_QUIT_GAD (1016/0/100)
  251. Quit
  252. ;
  253. MSG_SELECTINPUTFILE (1017/0/100)
  254. Select input file
  255. ;
  256. MSG_SELECTOUTPUTFILE (1018/0/100)
  257. Select output file
  258. ;
  259. MSG_LANGUAGE_GAD (1022/0/100)
  260. Language
  261. ;
  262. MSG_BASIC_GAD (1023/0/100)
  263. BASIC
  264. ;
  265. MSG_C_GAD (1024/0/100)
  266. C
  267. ;
  268. MSG_MODULA2_GAD (1025/0/100)
  269. Modula-2
  270. ;
  271. MSG_ASM_GAD (1026/0/100)
  272. Assembler
  273. ;
  274. MSG_BITMAP_GAD (1027/0/100)
  275. Bitmap:
  276. ;
  277. MSG_CONTIGUOUS_GAD (1028/0/100)
  278. Contiguous
  279. ;
  280. MSG_INTERLEAVED_GAD (1029/0/100)
  281. Interleaved
  282. ;
  283. MSG_ADDCOLORMAP_GAD (1030/0/100)
  284. Add colormap
  285. ;
  286. MSG_OPTIONS_GAD (1031/0/100)
  287. Options
  288. ;
  289. MSG_BASICHEADER_GAD (1032/0/100)
  290. BASIC header
  291. ;
  292. MSG_ICONTYPE_GAD (1033/0/100)
  293. Icon type
  294. ;
  295. MSG_TOOL_GAD (1034/0/100)
  296. Tool
  297. ;
  298. MSG_PROJECT_GAD (1035/0/100)
  299. Project
  300. ;
  301. MSG_DRAWER_GAD (1036/0/100)
  302. Drawer
  303. ;
  304. MSG_DISK_GAD (1037/0/100)
  305. Disk
  306. ;
  307. MSG_TRASHCAN_GAD (1038/0/100)
  308. Trashcan
  309. ;
  310. MSG_CREATENEWICON_GAD (1039/0/100)
  311. Create new icon
  312. ;
  313. MSG_APPENDIMAGE_GAD (1040/0/100)
  314. Append alternate image
  315. ;
  316. MSG_TRANSPBACKGROUND_GAD (1041/0/100)
  317. Transparent background
  318. ;
  319. MSG_PAINTBRUSH_GAD (1042/0/100)
  320. Paintbrush effect
  321. ;
  322. MSG_ADVANCEDOPTSTITLE (1043/0/100)
  323. Advanced options for the source code
  324. ;
  325. MSG_LINEWIDTH_GAD (1044/0/100)
  326. Line width
  327. ;
  328. MSG_LIMITED_GAD (1045/0/100)
  329. Limited
  330. ;
  331. MSG_UNLIMITED_GAD (1046/0/100)
  332. Unlimited
  333. ;
  334. MSG_COLUMNS_GAD (1047/0/100)
  335. Columns
  336. ;
  337. MSG_INDENT_GAD (1048/0/100)
  338. Indent
  339. ;
  340. MSG_INDENTTYPE_GAD (1049/0/100)
  341. Type
  342. ;
  343. MSG_SPACES_GAD (1050/0/100)
  344. Spaces
  345. ;
  346. MSG_TAB_GAD (1051/0/100)
  347. TAB
  348. ;
  349. MSG_CHARACTERS_GAD (1052/0/100)
  350. Characters
  351. ;
  352. MSG_JOINLINES_GAD (1053/0/100)
  353. Join lines
  354. ;
  355. MSG_OK_GAD (1054/0/100)
  356. OK
  357. ;
  358. MSG_CANCEL_GAD (1055/0/100)
  359. Cancel
  360. ;
  361. MSG_PROJECT_MENU (1056/0/100)
  362. Project
  363. ;
  364. MSG_PROJECT_SAVE (1057/0/100)
  365. Save settings
  366. ;
  367. MSG_PROJECT_SAVE_KEY (1058/0/100)
  368. S
  369. ;
  370. MSG_PROJECT_ABOUT (1059/0/100)
  371. About...
  372. ;
  373. MSG_PROJECT_ABOUT_KEY (1060/0/100)
  374. A
  375. ;
  376. MSG_PROJECT_QUIT (1061/0/100)
  377. Quit
  378. ;
  379. MSG_PROJECT_QUIT_KEY (1062/0/100)
  380. Q
  381. ;
  382. ;
  383. MSG_END (9999/0/100)
  384. NULL
  385. ;
  386. ;